home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1999 July / PSL Volume 7 Number 7 (July 1999).iso / SETUP.BAT < prev    next >
DOS Batch File  |  1996-02-26  |  1KB  |  30 lines

  1. echo off
  2. if %1. == . goto CopyC
  3. copy \psl_news\vbrun300.dll %1
  4. copy \psl_news\wbtrcall.dll %1
  5. goto Done
  6. :CopyC
  7. if exist c:\windows\win.ini goto CopyC1
  8. cls
  9. echo The Windows program for accessing the CD is in the PSL_NEWS directory.
  10. echo Before running it, you need to copy the files VBRUN300.DLL and
  11. echo WBTRCALL.DLL from the PSL_NEWS directory on the CD to the WINDOWS
  12. echo directory on your hard drive. Then just use Program Manager or File
  13. echo Manager to locate PSL_SHRW.EXE in the PSL_NEWS directory of this CD
  14. echo and run that program.
  15. echo  
  16. echo If your Windows drive and directory are C:\WINDOWS, press Enter to
  17. echo have this batch file copy the necessary files. Otherwise, press Ctrl-C
  18. echo at the following prompt and rerun SETUP specifying the correct drive
  19. echo and path (example: "SETUP D:\WIN3").
  20. echo  
  21. pause
  22. :CopyC1
  23. copy psl_news\vbrun300.dll c:\windows
  24. copy psl_news\wbtrcall.dll c:\windows
  25. :Done
  26. echo  
  27. echo If no error messages were received above, you are now ready to run
  28. echo PSL_SHRW.EXE which is in the PSL_NEWS directory.
  29. echo  
  30.